home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-21 / desqmem.tec < prev    next >
Text File  |  1991-07-29  |  2KB  |  41 lines

  1. ID:DM Memory usage by DESQview
  2. Quarterdeck Technical Note #111
  3. by Dan Sallitt
  4.  
  5. Q: How much memory does DESQview use?
  6.  
  7. In its unmodified state, DESQview 2.2 takes up, somewhere in 
  8. memory, between 145K and 180K.  The differences are due to 
  9. various drivers that DESQview may or may not load depending on 
  10. its setup configuration and the hardware on which it is running.  
  11. The low-end figure of 145K can be reduced a bit by throwing away 
  12. features in DESQview's Setup.  On a machine with only 640K of 
  13. memory, all of DESQview's code resides in conventional memory.
  14.  
  15. If your machine has extended memory, DESQview can place 63K of 
  16. its code at the beginning of extended memory with our QEXT.SYS 
  17. driver and our XDV.COM loader.
  18.  
  19. If your machine has any kind of expanded memory, DESQview can 
  20. place 32K of its code (slightly more on a VGA system) in the EMS 
  21. page frame with XDV.COM, switching this code out of harm's way 
  22. when the page frame is in use.  When both extended and expanded 
  23. memory are present, DESQview can therefore remove about 95K of 
  24. itself from conventional memory.
  25.  
  26. If your machine's expanded memory permits the mapping of 
  27. additional pages of expanded memory between 640K and 1024K, 
  28. DESQview can place even more of its code in high RAM with 
  29. XDV.COM.  On a machine that provides enough free mappable pages 
  30. between 640K and 1024K, it is common to observe that DESQview 
  31. leaves little more than 1K of its code in conventional memory.
  32.  
  33. (When computing DESQview's overhead in running a program, you 
  34. should remember that a certain amount of memory - 9K, on the 
  35. average - is taken as overhead when a window is opened.  This 
  36. figure can be decreased a small amount by manipulating the Change 
  37. a Program menus for the program in question.)
  38.  
  39.         Copyright (C) 1991 by Quarterdeck Office Systems
  40.              * * *   E N D   O F   F I L E    * * * 
  41.